home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / tbbs093.lha / Cfg / TechMail.Cfg < prev    next >
Text File  |  1994-02-15  |  2KB  |  86 lines

  1. ; Example configuration for TechMail
  2.  
  3. ; You might want to route stuff to different places if you have several
  4. ; nets or are acting as a hub
  5.  
  6. Route *:*/*.* 170:10/100.0
  7.  
  8. ; Doing everything is always useful
  9.  
  10. Import
  11. Export
  12. Toss
  13.  
  14. ; Not deleting packets would leave lots of extra stuff in the inbound
  15. ; directory and cause dupes eventually
  16.  
  17. DeletePackets
  18.  
  19. ; TechMail should run in the background and not slow down other programs
  20. ; too much
  21.  
  22. TaskPri -1
  23.  
  24. ; You'll want to change this to your own address
  25.  
  26. FidoNode 170:10/101.0
  27.  
  28. ; TechMail must know where to put the bad stuff...
  29.  
  30. BadArea 25
  31.  
  32. ; ...and the stuff without an AREA:-field in the beginning
  33.  
  34. NetMailArea 16
  35.  
  36. ; Most software use these for inbound/outbound mail packets/bundles
  37.  
  38. Inbound MAIL:Inbound
  39. Outbound MAIL:Outbound
  40.  
  41. ; If you receive huge bundles but don't have lots of memory, set this to
  42. ; somewhere on your hd
  43.  
  44. UnArcDir T:
  45.  
  46. ; Whatever this is set to must exist
  47.  
  48. TmpPktDir SYS:Misc/tmp/pkt
  49.  
  50. ; Having all the logs in the same directory is useful
  51.  
  52. LogFile BBS:logs/BBSMail.log
  53.  
  54. ; Prevent .displayme-files from bothering you and nasty people from
  55. ; controlling where the files should be extracted to...
  56.  
  57. UnArc lha -Mx0 e
  58.  
  59. ; Use the new types of names
  60.  
  61. 4dnames
  62.  
  63. ; Any netmail is welcome
  64.  
  65. importnetmail
  66.  
  67. ; Only one archive method is used
  68.  
  69. defarc lha a
  70.  
  71. ; You'll be able to see what TechMail is doing
  72.  
  73. LogWindow CON:20/20/600/100/BBSMail/AUTO/CLOSE
  74.  
  75. ; Examining dupes to find out where they are from is a good idea
  76.  
  77. DupesToBad
  78.  
  79. ; Reply chains make reading and writing messages much more comfortable
  80.  
  81. LinkReplies
  82.  
  83. ; This seems to be something that other tossers do
  84.  
  85. EchoAddress
  86.